-
Notifications
You must be signed in to change notification settings - Fork 80
fix: upgrade template #1703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: upgrade template #1703
Conversation
Skipping CI for Draft Pull Request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/retest |
Signed-off-by: Mateus Oliveira <[email protected]>
1abd656
to
47bb863
Compare
@@ -21,7 +21,7 @@ endif | |||
# To re-generate a bundle for any other default channel without changing the default setup, you can: | |||
# - use the DEFAULT_CHANNEL as arg of the bundle target (e.g make bundle DEFAULT_CHANNEL=stable) | |||
# - use environment variables to overwrite this value (e.g export DEFAULT_CHANNEL="stable") | |||
DEFAULT_CHANNEL = "stable" | |||
DEFAULT_CHANNEL = "dev" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/hold we need ocp/release repo to update channel |
/test all |
/unhold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kaovilai, mateusoliveira43, shubham-pampattiwar The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@mateusoliveira43: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/cherry-pick oadp-1.5 |
@weshayutin: #1703 failed to apply on top of branch "oadp-1.5":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
no cherry-pick, this should only live on master |
Why the changes were made
Prepare for upgrades tests from OADP 1.5 to 1.6
How to test the changes made
Simulate a 1.5 to 1.6 upgrade (using master branch). For example
make catalog-test-upgrade export TEST_UPGRADE=true make test-e2e
more info: